/*show*/

.show .title{
    overflow: hidden;
    padding:30px 0;
    border-bottom: 1px solid #E2E2E2;;
}

.show .title h4{
    font-size: 22px;
    color: #333333;
}

.show .title span{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}

.showc{
    padding: 30px 0;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    border-bottom: 1px solid #E2E2E2;
}
.show .prevnext{
    padding: 30px 0;
}

.show .prevnext a{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}

.showr .titleshowr{
    padding:30px 0;
}

.showr .titleshowr ul li{
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 0 10px 8px;
    position: relative;
}

.showr .titleshowr ul li:after{
    width: 2px;
    height: 22px;
    content: "";
    background: #A51113;
    position: absolute;
    left: 0;
    top: 10px;
}

.showr .titleshowr ul li a{
    font-size: 14px;
    color: #333;
}

.showr .titleshowr h4{
    /*padding: 30px 0;*/
    background: #A51113;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 0;
}

/*page*/
.pages{
    text-align: center;
}

.pages a{
    font-size: 14px;
    display: inline-block;
    color: #000;
    padding: 4px 12px;
    border: 1px solid #E2E2E2;

}



.pages a.page-on{
    background: #CE1013;
    color: #fff;
    border: none;

}